h1,
h2 {
    color: #000 !important;
}

a {
    color: #000 !important;
}

caption {
    display: none;
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */


.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}


/* Footer */

.footer {
    background-color: #000;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background: #f9bb38;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}


/*Styling applied to the sub navigation bar that appears below the main navigation bar*/
a.dropdown-one {
    color: #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    top: 7px;
    position: relative;
    text-decoration: none;
}
button#dropdownTwo {
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: transparent;
}
button#dropdownThree {
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: transparent;
}
button#dropdownFour {
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: transparent;
}
button#dropdownFive {
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
    width: 100%;
}
/*Styling applied to the 'Contact Us' page*/
input#DebugSendButton {
    display: none;
}
input#SendButton {
    background: #f9bb38;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #000;
    margin-top: -15px;
    margin-right: 30px;
    color:#000;
    font-weight: bold;
}
/*Styling applied to the client registration page*/
div#ctl00_mCPH_divHeader {
    display: none;
}
div#ctl00_mCPH_divSubHeader {
    display: none;
}
table#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz tbody tr {
    background: #fff;
}
div#pnlWizard {
    border: 2px solid #00a6ff;
    border-style: double;
    border-width: 8px;
    margin-bottom: 30px;
}